home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 127 / CD Gamer Issue 127 (October 2003) (Disc 1).ISO / Addons / ET Map / mp_sillyctf.pk3 / scripts / mp_sillyctf_levelshots.shader next >
Encoding:
Text File  |  2003-07-13  |  421 b   |  25 lines

  1. levelshots/mp_sillyctf_cc_automap
  2. {
  3.     nopicmip
  4.     nocompress
  5.     nomipmaps
  6.     {
  7.         clampmap levelshots/mp_sillyctf_cc.tga
  8.         depthFunc equal
  9.         rgbGen identity
  10.     }
  11. }
  12.  
  13. levelshots/mp_sillyctf_cc_trans
  14. {
  15.     nopicmip
  16.     nocompress
  17.     nomipmaps
  18.     {
  19.         clampmap levelshots/mp_sillyctf_cc.tga
  20.         blendfunc blend
  21.         rgbGen identity
  22.         alphaGen vertex
  23.     }
  24. }
  25.